home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  2004-10-23  |  9KB  |  370 lines

  1. object Form5: TForm5
  2.   Left = 342
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add images'
  6.   ClientHeight = 369
  7.   ClientWidth = 356
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 45
  22.     Top = 333
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'Start'
  26.     Default = True
  27.     Enabled = False
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32.   object Button2: TButton
  33.     Left = 225
  34.     Top = 333
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 8
  44.     Top = 8
  45.     Width = 337
  46.     Height = 313
  47.     ActivePage = TabSheet1
  48.     TabOrder = 2
  49.     object TabSheet1: TTabSheet
  50.       Caption = 'Basic'
  51.       object Label2: TLabel
  52.         Left = 13
  53.         Top = 11
  54.         Width = 69
  55.         Height = 13
  56.         Caption = 'Selected path:'
  57.       end
  58.       object Label4: TLabel
  59.         Left = 14
  60.         Top = 196
  61.         Width = 82
  62.         Height = 13
  63.         Caption = 'Compress quality:'
  64.       end
  65.       object Label5: TLabel
  66.         Left = 104
  67.         Top = 196
  68.         Width = 15
  69.         Height = 13
  70.         Caption = '40'
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clWindowText
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = [fsBold]
  76.         ParentFont = False
  77.       end
  78.       object Edit1: TEdit
  79.         Left = 16
  80.         Top = 31
  81.         Width = 265
  82.         Height = 21
  83.         TabOrder = 0
  84.         OnChange = Edit1Change
  85.       end
  86.       object Button3: TButton
  87.         Left = 291
  88.         Top = 30
  89.         Width = 22
  90.         Height = 22
  91.         Caption = '...'
  92.         TabOrder = 1
  93.         OnClick = Button3Click
  94.       end
  95.       object TrackBar1: TTrackBar
  96.         Left = 8
  97.         Top = 209
  98.         Width = 305
  99.         Height = 38
  100.         Max = 100
  101.         Min = 10
  102.         Frequency = 10
  103.         Position = 40
  104.         TabOrder = 2
  105.         ThumbLength = 15
  106.         TickMarks = tmBoth
  107.         OnChange = TrackBar1Change
  108.       end
  109.       object ReplacePathCheck: TCheckBox
  110.         Left = 15
  111.         Top = 254
  112.         Width = 97
  113.         Height = 17
  114.         Caption = 'Replace path'
  115.         Checked = True
  116.         State = cbChecked
  117.         TabOrder = 3
  118.       end
  119.       object RescanImagesCheck: TCheckBox
  120.         Left = 143
  121.         Top = 255
  122.         Width = 97
  123.         Height = 17
  124.         Caption = 'Rescan images'
  125.         TabOrder = 4
  126.       end
  127.       object GroupBox1: TGroupBox
  128.         Left = 8
  129.         Top = 64
  130.         Width = 313
  131.         Height = 121
  132.         Caption = ' Sample size mode '
  133.         TabOrder = 5
  134.         object Label3: TLabel
  135.           Left = 136
  136.           Top = 56
  137.           Width = 14
  138.           Height = 13
  139.           Caption = 'W:'
  140.         end
  141.         object Label6: TLabel
  142.           Left = 224
  143.           Top = 56
  144.           Width = 11
  145.           Height = 13
  146.           Caption = 'H:'
  147.         end
  148.         object Label1: TLabel
  149.           Left = 224
  150.           Top = 88
  151.           Width = 11
  152.           Height = 13
  153.           Caption = 'H:'
  154.         end
  155.         object Label7: TLabel
  156.           Left = 136
  157.           Top = 88
  158.           Width = 14
  159.           Height = 13
  160.           Caption = 'W:'
  161.         end
  162.         object rbSampleSizeLongSide: TRadioButton
  163.           Left = 8
  164.           Top = 24
  165.           Width = 137
  166.           Height = 17
  167.           Caption = 'Length of longer side:'
  168.           TabOrder = 0
  169.         end
  170.         object SizeEdit: TEdit
  171.           Left = 160
  172.           Top = 20
  173.           Width = 57
  174.           Height = 21
  175.           TabOrder = 1
  176.           Text = '640'
  177.         end
  178.         object rbSampleSizeFixed: TRadioButton
  179.           Left = 8
  180.           Top = 54
  181.           Width = 113
  182.           Height = 17
  183.           Caption = 'Fixed demensions: '
  184.           TabOrder = 2
  185.         end
  186.         object eFixedWidth: TEdit
  187.           Left = 160
  188.           Top = 52
  189.           Width = 57
  190.           Height = 21
  191.           TabOrder = 3
  192.           Text = '640'
  193.         end
  194.         object eFixedHeight: TEdit
  195.           Left = 240
  196.           Top = 52
  197.           Width = 57
  198.           Height = 21
  199.           TabOrder = 4
  200.           Text = '480'
  201.         end
  202.         object rbSampleSizeFlex: TRadioButton
  203.           Left = 8
  204.           Top = 88
  205.           Width = 121
  206.           Height = 15
  207.           Caption = 'Keep square as for:'
  208.           Checked = True
  209.           TabOrder = 5
  210.           TabStop = True
  211.           WordWrap = True
  212.         end
  213.         object eFlexWidth: TEdit
  214.           Left = 160
  215.           Top = 84
  216.           Width = 57
  217.           Height = 21
  218.           TabOrder = 6
  219.           Text = '640'
  220.         end
  221.         object eFlexHeight: TEdit
  222.           Left = 240
  223.           Top = 84
  224.           Width = 57
  225.           Height = 21
  226.           TabOrder = 7
  227.           Text = '480'
  228.         end
  229.       end
  230.     end
  231.     object TabSheet4: TTabSheet
  232.       Caption = 'Processed images'
  233.       ImageIndex = 3
  234.       object clbProcessed: TCheckListBox
  235.         Left = 16
  236.         Top = 8
  237.         Width = 297
  238.         Height = 265
  239.         ItemHeight = 13
  240.         Items.Strings = (
  241.           'JPEG images (*.jpg, *.jpeg)'
  242.           'Windows bitmap (*.bmp)'
  243.           'TIFF images (*.tif, *.tiff)'
  244.           'GFI fax images (*.fax)'
  245.           'SGI images (*.bw, *.rgb, *.rgba, *.sgi)'
  246.           'Autodesk images files (*.cel, *.pic)'
  247.           'Truevision images (*.tga; *.vst, *.icb, *.vda, *.win)'
  248.           'ZSoft Paintbrush images (*.pcx, *.pcc)'
  249.           'Word 5.x screen capture files (*.scr)'
  250.           'Kodak Photo-CD images (*.pcd)'
  251.           'Dr. Halo images (*.cut, *.pal)'
  252.           'CompuServe images (*.gif)'
  253.           'SGI Wavefront images (*.rla, *.rpf)'
  254.           'Photoshop images (*.psd, *.pdd)'
  255.           'Paintshop Pro images (*.psp)'
  256.           'Portable network graphic images (*.png)'
  257.           'QuickTime movie (*.mov)')
  258.         TabOrder = 0
  259.       end
  260.     end
  261.     object TabSheet3: TTabSheet
  262.       Caption = 'Additional files'
  263.       ImageIndex = 2
  264.       object rgAdditType: TRadioGroup
  265.         Left = 8
  266.         Top = 8
  267.         Width = 313
  268.         Height = 89
  269.         Caption = ' Mode '
  270.         Color = clBtnFace
  271.         ItemIndex = 0
  272.         Items.Strings = (
  273.           'None'
  274.           'All files'
  275.           'Selected by mask')
  276.         ParentColor = False
  277.         TabOrder = 0
  278.       end
  279.       object GroupBox2: TGroupBox
  280.         Left = 8
  281.         Top = 104
  282.         Width = 313
  283.         Height = 169
  284.         Caption = ' Masks definitions '
  285.         TabOrder = 1
  286.         object eAddExt: TEdit
  287.           Left = 8
  288.           Top = 20
  289.           Width = 233
  290.           Height = 21
  291.           TabOrder = 0
  292.           OnChange = eAddExtChange
  293.         end
  294.         object btAdd: TButton
  295.           Left = 248
  296.           Top = 16
  297.           Width = 49
  298.           Height = 25
  299.           Caption = 'Add'
  300.           TabOrder = 1
  301.           OnClick = btAddClick
  302.         end
  303.         object lvExt: TListView
  304.           Left = 8
  305.           Top = 48
  306.           Width = 289
  307.           Height = 81
  308.           Columns = <
  309.             item
  310.               Width = 200
  311.             end
  312.             item
  313.               Width = 80
  314.             end>
  315.           Font.Charset = DEFAULT_CHARSET
  316.           Font.Color = clWindowText
  317.           Font.Height = -11
  318.           Font.Name = 'MS Sans Serif'
  319.           Font.Style = [fsBold]
  320.           HideSelection = False
  321.           RowSelect = True
  322.           ParentFont = False
  323.           ShowColumnHeaders = False
  324.           SmallImages = ImageList1
  325.           TabOrder = 2
  326.           ViewStyle = vsReport
  327.           OnClick = lvExtClick
  328.           OnCustomDrawSubItem = lvExtCustomDrawSubItem
  329.           OnEdited = lvExtEdited
  330.         end
  331.         object btEdit: TButton
  332.           Left = 56
  333.           Top = 136
  334.           Width = 81
  335.           Height = 25
  336.           Caption = 'Edit'
  337.           TabOrder = 3
  338.           OnClick = btEditClick
  339.         end
  340.         object btDelete: TButton
  341.           Left = 160
  342.           Top = 136
  343.           Width = 73
  344.           Height = 25
  345.           Caption = 'Delete'
  346.           TabOrder = 4
  347.           OnClick = btDeleteClick
  348.         end
  349.       end
  350.     end
  351.   end
  352.   object btSaveOptions: TButton
  353.     Left = 136
  354.     Top = 333
  355.     Width = 75
  356.     Height = 25
  357.     Caption = 'Save options'
  358.     TabOrder = 3
  359.     OnClick = btSaveOptionsClick
  360.   end
  361.   object PBFolderDialog1: TPBFolderDialog
  362.     Flags = [OnlyFileSystem, ShowPath, NewDialogStyle, HideNewFolderButton, ShowShared]
  363.     Left = 232
  364.   end
  365.   object ImageList1: TImageList
  366.     BkColor = clWhite
  367.     Left = 260
  368.   end
  369. end
  370.